From: Stefan Monnier Date: Wed, 11 Jul 2007 15:26:31 +0000 (+0000) Subject: * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17980 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2aa0e7f62d4a7d29e18bcd5951ef8ee8dcb9c242;p=emacs.git * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned from a Lisp_Object into a bare pointer. (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): Adjust the code correspondingly. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5579a69994d..d6419e668ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2007-07-11 Stefan Monnier + + * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. + * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned + from a Lisp_Object into a bare pointer. + (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): + Adjust the code correspondingly. + + * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'. + + * term.c: Include unistd.h for ttyname, used in handle_one_term_event. + (term_show_mouse_face): Remove unused var `j'. + (handle_one_term_event): Remove unused vars `i' and `j'. + Don't cast return value of ttyname since it's not necessary. + 2007-07-10 Stefan Monnier * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using